windows build fix
authorJoey Hess <joeyh@joeyh.name>
Sat, 25 Jan 2025 14:56:54 +0000 (10:56 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 25 Jan 2025 14:56:54 +0000 (10:56 -0400)
Logs/Transfer.hs

index 6ddd9350b23d2ac1b78dc9b0c300363abdbb9ce1..387311b219ec78ca97cc0610b82459c4562a4012 100644 (file)
@@ -309,7 +309,6 @@ readTransferInfo mpid s = TransferInfo
        (secondliner, rest) = separate (== '\n') otherlines
        firstline = dropWhileEnd (== '\r') firstliner
        secondline = dropWhileEnd (== '\r') secondliner
-       secondline = 
        mpid' = readish secondline
 #else
        (firstline, rest) = separate (== '\n') s